YNQ  YNQ-1.5.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
SYVolumeInformation Struct Reference

#include <sycommon.h>

Data Fields

NQ_UINT32 serialNumberLow
 
NQ_UINT32 serialNumberHigh
 
NQ_UINT32 creationTimeLow
 
NQ_UINT32 creationTimeHigh
 
NQ_UINT32 fileSystemIdLow
 
NQ_UINT32 fileSystemIdHigh
 
NQ_UINT32 blockSizeLow
 
NQ_UINT32 blockSizeHigh
 
NQ_UINT32 blocksPerUnitLow
 
NQ_UINT32 blocksPerUnitHigh
 
NQ_UINT32 totalUnitsLow
 
NQ_UINT32 totalUnitsHigh
 
NQ_UINT32 freeUnitsLow
 
NQ_UINT32 freeUnitsHigh
 

Detailed Description

Volume information structure. It is used for querying volume information from the file system.

Note
This structure is designated here for reference only and it must not be modified.

Field Documentation

NQ_UINT32 SYVolumeInformation::serialNumberLow

VolumeSerial number (low part).

NQ_UINT32 SYVolumeInformation::serialNumberHigh

VolumeSerial number (high part).

NQ_UINT32 SYVolumeInformation::creationTimeLow

Time of the volume creation (low part).

NQ_UINT32 SYVolumeInformation::creationTimeHigh

Time of the volume creation (high part).

NQ_UINT32 SYVolumeInformation::fileSystemIdLow

ID of the file system (low part).

NQ_UINT32 SYVolumeInformation::fileSystemIdHigh

ID of the file system (high part).

NQ_UINT32 SYVolumeInformation::blockSizeLow

Block size in bytes (low part).

NQ_UINT32 SYVolumeInformation::blockSizeHigh

Block size in bytes (high part).

NQ_UINT32 SYVolumeInformation::blocksPerUnitLow

Number of blocks in an allocation unit (low part).

NQ_UINT32 SYVolumeInformation::blocksPerUnitHigh

Number of blocks in an allocation unit (high part).

NQ_UINT32 SYVolumeInformation::totalUnitsLow

Number of units in volume (low part).

NQ_UINT32 SYVolumeInformation::totalUnitsHigh

Number of units in volume (high part).

NQ_UINT32 SYVolumeInformation::freeUnitsLow

Number of free units in volume (low part).

NQ_UINT32 SYVolumeInformation::freeUnitsHigh

Number of free units in volume (high part).


The documentation for this struct was generated from the following file: